Functions Summary

Function

Description

AppendFileWithFile

Appends one file to another file.

ChecksumUpToDate

Compares the provided checksum with the current checksum. This is a convenien...

Combine (10 overloads)

Combines the given component(s) to the file path.

CopyDirectoryFiles

Copies all files from the source directory to the destination directory.

CopyFile

Copies the source file to the destination path.

CreateDirectory

Creates a directory with the given path.

DeleteDirectory

Recursively deletes the directory with the given path.

DeleteFile

Deletes the file described by path.

DirectoryExists

Determines if a directory exists at the given path.

Exists

Determine if file or directory 'path' exists.

FileExists

Determines if a file exists at the given path.

FilesEqual

Compares the contents of two files to determine if they are equal.

GetAbsoluteFrom

Determines an absolute path given a relative path and a reference path to cre...

GetBaseName

Gets the base name of any path.

GetChecksum

Determines the checksum for the specified file.

GetDirectoryName

Determines the directory prefix of the given path.

GetExtension

Determines the file extension for the given path.

GetFileName

Determines the name of the file with the directory prefix removed.

GetFileNameWithoutExtension

Determines the name of the file with the directory prefix and extension removed.

GetFiles

Returns an XML node set containing absolute file paths to all files in the sp...

GetLongPathName

Gets long path name of a specified short path filename.

GetRelativeFiles

Returns an XML node set containing RELATIVE file paths to all files in the sp...

GetRelativeTo

Determines the relative path from the absolute anchor path to the absolute de...

GetShortPathName

Gets short path filename from a specified filename.

GetTempFileName

Gets temporary unique filename path.

GetTempPath

Gets path to the user's temporary files directory.

GetWithExtensionReplaced

Replaces the current file extension with the provided one.

MakeValidFileName

Makes a valid filename by eliminating the invalid characters from the specifi...

TranslateFileToEncoding

Translate file to encoding.

Last modified date: 08/12/2026